-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable Druid to use GCS Emulator for local setup & run e2e tests #741
Enable Druid to use GCS Emulator for local setup & run e2e tests #741
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@anveshreddy18 thank you very much for enabling e2e tests to use fake-gcs to easily test against provider GCS. I have a few review comments. PTAL.
/retest |
@anveshreddy18: The following test failed, say
Full PR test history. Your PR dashboard. Command help for this repository. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@anveshreddy18 thanks for incorporating the changes and fixing the kind config generation! I've tested locally and it works perfectly!
/lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @anveshreddy18!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @anveshreddy18 for adding GCS emulator support
/lgtm
How to categorize this PR?
/area dev-productivity
/area testing
/kind test
What this PR does / why we need it:
This PR enables druid to run e2e tests for GCS locally with the help of a GCS Emulator called
fake-gcs-server
.To run e2e tests with GCS Emulator as object store, do
make ci-e2e-kind-gcs
.Which issue(s) this PR fixes:
Fixes #738
Special notes for your reviewer:
Release note: